gdk_window_process_updates_internal only needs to flush outstanding moves
authorAlexander Larsson <alex@localhost.localdomain>
Thu, 22 Jan 2009 19:51:41 +0000 (20:51 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:25 +0000 (10:15 +0200)
gdk/gdkwindow.c

index ac2aa3651b34a00a4b082dcd81910a1c1b5c6946..5639f2c4fd5ad722a32301bc7d5f6d6338186a89 100644 (file)
@@ -4484,7 +4484,7 @@ gdk_window_process_updates_internal (GdkWindow *window)
     {
       /* Flush any outstanding moves, may happen if we moved a window but got
         no actual invalid area */
-      gdk_window_flush (window);
+      gdk_window_flush_outstanding_moves (window);
     }
 }